-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick-and-dirty patch for KSP 1.5.1 #227
base: master
Are you sure you want to change the base?
Conversation
note: the hintpaths are now different, may or may not (but really should not) cause issues
How come it's showing so many changes in the .csproj files even though nothing changed. Did the line endings change or something like that? It's also probably not a good idea to change the hint paths for the DLLs, since these are going to be specific to your system. In general I actually would recommend not using hint paths at all and setting reference paths in visual studio (which are stored in your local .csproj.user and not under version control), but it's up to the project owner to decide how they want to organize things. |
@blowfishpro I recompiled the entire project against the newer dlls, and VS automatically changed the hintpaths, which were already in the original file. I will revert the .csproj files (they aren't packed in the dlls, are they?). |
Any idea when this is getting merged? |
Yes, I reuploaded things multiple times and there are too many commits. Please don't blame me, I never use GitHub.